body,html{
  margin:0;
  width:100%;
	height: 100%;
}

html{
	background-color: black;
	background-image: url('https://d35aaqx5ub95lt.cloudfront.net/images/star-pattern.svg');
  font-family: Arial, Helvetica, sans-serif;
}

#body-container {
	height: 100%;
}

#header-container {
	height: 25%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}

.logo-header {
	display:flex;
	align-items: center;
	color: white;
	font-size: 50px;
}

#choice-box-container {
	height: 75%;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
}

#icon-container {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 50%;
}

.button {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 50%;
}

#button1 {
	background-color: #AFF078;
  border: none;
  color: #FFFFFF;
	font-weight: bold;
	padding: 15px 150px;
  text-align: center;
  text-decoration: none;
	font-size: 16px;
	width:220px;
	margin: 10px;
	border-radius: 18px;
	-webkit-box-shadow: 7px 7px 0px -3px rgba(110,183,99,1);
	-moz-box-shadow: 7px 7px 0px -3px rgba(110,183,99,1);
	box-shadow: 7px 7px 0px -3px rgba(110,183,99,1);
}

#box-1:hover {

}

#button2 {
	background-color: #4F5AA8;
  border: none;
	color: #FFFFFF;
	font-weight: bold;
	padding: 15px 150px;
  text-align: center;
  text-decoration: none;
	font-size: 16px;
	width:220px;
	margin: 10px;
	border-radius: 18px;
	-webkit-box-shadow: 7px 7px 0px -3px rgba(36,56,112,1);
	-moz-box-shadow: 7px 7px 0px -3px rgba(36,56,112,1);
	box-shadow: 7px 7px 0px -3px rgba(36,56,112,1);
}

#box-2:hover {

}

.button-text {
	text-decoration: none;
	color: #85DC79;

}
